home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Text / DrawingViewWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  882 b   |  33 lines

  1. /* DrawingViewWraps.h generated from DrawingViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGVIEWWRAPS_H
  6. #define DRAWINGVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWCachestatus(int Array[]);
  13.  
  14. extern void PSWCurrentcacheparams(int *Size, int *Lower, int *Upper);
  15.  
  16. extern void PSWSetcacheparams(int Size, int Lower, int Upper);
  17.  
  18. extern void PSWRmovetoShow(float X, char Str[], int Num);
  19.  
  20. extern void PSWShow(char Str[], int Num);
  21.  
  22. extern void PSWAshow(float X, float Y, char Str[], int Num);
  23.  
  24. extern void PSWWidthshow(float X, float Y, int C, char Str[], int Num);
  25.  
  26. extern void PSWAwidthshow(float X, float Y, int C, float AX, float AY, char Str[], int Num);
  27.  
  28. extern void PSWCopyFont(char *F1, char *F2);
  29.  
  30. extern void PSWSetFont(char *Name, float Size);
  31.  
  32. #endif DRAWINGVIEWWRAPS_H
  33.